home *** CD-ROM | disk | FTP | other *** search
/ Collection of Tools & Utilities / Collection of Tools and Utilities.iso / c / indents.zip / codes.h < prev    next >
Text File  |  1993-05-30  |  2KB  |  60 lines

  1. /**
  2.  * Copyright 1989 Object Design, Inc.
  3.  * Copyright (c) 1985 Sun Microsystems, Inc.
  4.  * Copyright (c) 1980 The Regents of the University of California.
  5.  * Copyright (c) 1976 Board of Trustees of the University of Illinois.
  6.  * All rights reserved.
  7.  *
  8.  * Redistribution and use in source and binary forms are permitted
  9.  * provided that the above copyright notice and this paragraph are
  10.  * duplicated in all such forms and that any documentation,
  11.  * advertising materials, and other materials related to such
  12.  * distribution and use acknowledge that the software was developed
  13.  * by the University of California, Berkeley, the University of Illinois,
  14.  * Urbana, and Sun Microsystems, Inc.  The name of either University
  15.  * or Sun Microsystems may not be used to endorse or promote products
  16.  * derived from this software without specific prior written permission.
  17.  * THIS SOFTWARE IS PROVIDED ``AS IS'' AND WITHOUT ANY EXPRESS OR
  18.  * IMPLIED WARRANTIES, INCLUDING, WITHOUT LIMITATION, THE IMPLIED
  19.  * WARRANTIES OF MERCHANTIBILITY AND FITNESS FOR A PARTICULAR PURPOSE.
  20.  *
  21.  *      @(#)codes.h      5.6 (Berkeley) 9/15/88
  22.  */
  23.  
  24. #define newline        1
  25. #define lparen        2
  26. #define rparen        3
  27. #define unary_op    4
  28. #define binary_op    5
  29. #define postop        6
  30. #define question    7
  31. #define casestmt    8
  32. #define colon        9
  33. #define semicolon    10
  34. #define lbrace        11
  35. #define rbrace        12
  36. #define ident        13
  37. #define comma        14
  38. #define comment        15
  39. #define swstmt        16
  40. #define preesc        17
  41. #define form_feed    18
  42. #define decl        19
  43. #define sp_paren    20
  44. #define sp_nparen    21
  45. #define ifstmt        22
  46. #define whilestmt    23
  47. #define forstmt        24
  48. #define stmt        25
  49. #define stmtl        26
  50. #define elselit        27
  51. #define dolit        28
  52. #define dohead        29
  53. #define ifhead        30
  54. #define elsehead    31
  55. #define period        32
  56.  
  57. #define cc_commnt    33
  58. #define class        34
  59. #define privpub        35
  60.